home *** CD-ROM | disk | FTP | other *** search
/ Software 2000 / Software 2000 Volume 1 (Disc 2 of 2).iso / magicwb / magicwb.extra12a / remapto4colors < prev   
Encoding:
Text File  |  1995-03-23  |  338 b   |  17 lines

  1. ;remap icons from 8 to 4 Colors...
  2.  
  3.  
  4. if      "`cd`" eq MHD2:RareDiamonds                    ;where i am?
  5.                                     ;if it is HomePath?
  6.  
  7.     echo "Abort...."                        ;then abort..
  8.     echo "I will never destroy icons in RareDiamonds' Homepath..."
  9.     quit 999999
  10.                             
  11. else
  12.  
  13.     echo "Working..."
  14.     doicon12/doicon IconArchive/#? remapmwb=2 all            ;else remap...
  15.  
  16. endif
  17.